Fix a doc comment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 Nov 2009 05:39:26 +0000 (00:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 Nov 2009 05:39:26 +0000 (00:39 -0500)
gtk/gtkclipboard.c

index c9e9a2c1196c6f5bf5f0a7c1ed098af30458e4ad..c964b60d7779756e8ab8e2b27f7b0fbd93e89198 100644 (file)
@@ -309,20 +309,17 @@ gtk_clipboard_get_for_display (GdkDisplay *display,
 
 
 /**
- * gtk_clipboard_get():
- * @selection: a #GdkAtom which identifies the clipboard
- *             to use.
- * 
+ * gtk_clipboard_get:
+ * @selection: a #GdkAtom which identifies the clipboard to use
+ *
  * Returns the clipboard object for the given selection.
  * See gtk_clipboard_get_for_display() for complete details.
- * 
- * Return value: the appropriate clipboard object. If no
- *             clipboard already exists, a new one will
- *             be created. Once a clipboard object has
- *             been created, it is persistent and, since
- *             it is owned by GTK+, must not be freed or
- *             unrefd.
- **/
+ *
+ * Return value: the appropriate clipboard object. If no clipboard
+ *     already exists, a new one will be created. Once a clipboard
+ *     object has been created, it is persistent and, since it is
+ *     owned by GTK+, must not be freed or unreffed.
+ */
 GtkClipboard *
 gtk_clipboard_get (GdkAtom selection)
 {